See response in your other post
--
| HI! yes I know that I have to run it server side that's why I mentioned that
| in my post "How do we execute this in asp server side if possible?"
|
| How to I do this.? its basically a link but with some parameters, the
| parameters thought may be the problem as I don't know enough js and asp
| together to know how much needs to be changed.
|
| This is the Link below.---------
|
|
http://www.site1.com/ffff/jjjgtr.ph...FFFFFF&tuck=aaa&sp=0&ft=4&ftt=1&iw=178&ih=198>=yes&hj=rn&src=yes&nt=no
|
| Now if I type this into a browser it does not work of coarse because its
| part of a JavaScript and has parameters attached to it. is there another way
| that I can execute this server side in any language but I would prefer ASP
| but if Server Side JavaScript is the only way then so it be..
|
| Paul
|
| | > If the code needs to run on the browser, the Web visitor can see it. Think
| > about it. Do you want Web sites running code on your computer that you
| > can't
| > see?
| >
| > To truly hide the code from the visitor, you would have to write an
| > equivalent function in some sort of server-side programming language, such
| > as
| > ASP.NET, ASP, or PHP.
| >
| > If you need help with that, explain what the function needs to do and what
| > langauge you prefer to use.
| >
| > Jim Buyens
| > Microsoft MVP
| >
http://www.interlacken.com
| > Author of:
| > *----------------------------------------------------
| > |\---------------------------------------------------
| > || Microsoft Windows SharePoint Services Inside Out
| > || Microsoft Office FrontPage 2003 Inside Out
| > ||---------------------------------------------------
| > || Web Database Development Step by Step .NET Edition
| > || Microsoft FrontPage Version 2002 Inside Out
| > || Faster Smarter Beginning Programming
| > || (All from Microsoft Press)
| > |/---------------------------------------------------
| > *----------------------------------------------------
| >
| >
| > "paul dallaire" wrote:
| >
| >> HI! I want to execute a link witch is in JavaScript, How do we execute
| >> this
| >> in asp server side if possible?
| >>
| >> Basically I don't want anyone to see this link in the code view.
| >>
| >> this is the link code. below---------------
| >>
| >> <script TYPE="text/JavaScript" LANGUAGE="JavaScript"
| >>
| >>
src='
http://www.site1.com/ffff/jjjgtr.ph...FFFFFF&tuck=aaa&sp=0&ft=4&ftt=1&iw=178&ih=198>=yes&hj=rn&src=yes&nt=no'>
| >> </script>
| >>
| >> Thanks in advance

| >>
| >>
| >>
|
|