473,503 Members | 1,650 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do we execute this link server side?

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.php?a=blahlablah&bgcolor=%23FFFFFF&tuck=aaa &sp=0&ft=4&ftt=1&iw=178&ih=198&gt=yes&hj=rn&src=ye s&nt=no'>
</script>

Thanks in advance :)

Jul 22 '05 #1
4 2712
opps. sorry about this repleat

"paul dallaire" <pa***********@sympatico.ca> wrote in message
news:uE*************@TK2MSFTNGP10.phx.gbl...
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.php?a=blahlablah&bgcolor=%23FFFFFF&tuck=aaa &sp=0&ft=4&ftt=1&iw=178&ih=198&gt=yes&hj=rn&src=ye s&nt=no'>
</script>

Thanks in advance :)

Jul 22 '05 #2
Gazing into my crystal ball I observed "paul dallaire"
<pa***********@sympatico.ca> writing in
news:uE*************@TK2MSFTNGP10.phx.gbl:
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.php?a=blahlablah&bgcolor=%23FFFF
FF&tuck=aaa&sp=0&ft=4&ftt=1&iw=178&ih=198&gt=yes&h j=rn&src=yes&nt=no'>
</script>

Thanks in advance :)


That does not look like a link to me, it looks like an external javascript.
What does the javascript do?

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Jul 22 '05 #3
HI! Thanks for response. the script links to a server which in turns then
displays images according to the parameters that is passed. there is also a
username in the form of text in the parameters passed. but the link looks as
is. ( with all user stuff changed of coarse and I false link :) ).

this script is saved in a page called whatever.htm
its called from within an iframe .. the code is below..

<tr>
<td height="175" colspan="3" class="Ctemppicpad"></li>
<iframe src="whatever.htm" name="contentFRM" id="contentFRM"
scrolling="Yes" marginwidth="0" marginheight="0"></iframe>
</tr>

So the iframe calls the whatever.htm file and inserts its content into the
iframe. The content comes from that link to the remote server ( The
images.).

Paul



"Adrienne" <ar********@sbcglobal.net> wrote in message
news:Xn****************************@207.115.63.158 ...
Gazing into my crystal ball I observed "paul dallaire"
<pa***********@sympatico.ca> writing in
news:uE*************@TK2MSFTNGP10.phx.gbl:
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.php?a=blahlablah&bgcolor=%23FFFF
FF&tuck=aaa&sp=0&ft=4&ftt=1&iw=178&ih=198&gt=yes&h j=rn&src=yes&nt=no'>
</script>

Thanks in advance :)


That does not look like a link to me, it looks like an external
javascript.
What does the javascript do?

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Jul 22 '05 #4
HI! Its ok, I don't understand it enough to properly explain it either. I
will try a few suggestions and look it up as well to further understand what
I need to accomplish.. :)

Paul

"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:u9*************@TK2MSFTNGP09.phx.gbl...
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:eo**************@tk2msftngp13.phx.gbl...

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.php?a=blahlablah&bgcolor=%23FFFF
>> FF&tuck=aaa&sp=0&ft=4&ftt=1&iw=178&ih=198&gt=yes&h j=rn&src=yes&nt=no'>
>> </script> Thanks in advance :) HI! Thanks for response. the script links to a server which in turns
then displays images according to the parameters that is passed.
there is also a username in the form of text in the parameters
passed. but the link looks as is. ( with all user stuff changed of
coarse and I false link :) ).
this script is saved in a page called whatever.htm
its called from within an iframe .. the code is below..

<tr>
<td height="175" colspan="3" class="Ctemppicpad"></li>
<iframe src="whatever.htm" name="contentFRM" id="contentFRM"
scrolling="Yes" marginwidth="0" marginheight="0"></iframe>
</tr>

So the iframe calls the whatever.htm file and inserts its content
into the iframe. The content comes from that link to the remote
server ( The images.).

Paul
I don't get it. have you changed the question? You were originally
talking about a script element's src attribute. Now you're talking
about an iframe's src ...?

In this case, you would simply do:
<tr>
<td height="175" colspan="3" class="Ctemppicpad"></li>
<iframe name="contentFRM" id="contentFRM"
scrolling="Yes" marginwidth="0" marginheight="0">
<!--#include file="whatever.htm-->
</iframe>
</tr>

HI! thanks for the response, the file whatever.htm is the one that
hold the content that I want to mask or hide from the user.
Paul


Sorry, but that still leaves me confused. I take it the server-side
include I showed you doesn't fit the bill ... ?

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1877
by: Mats | last post by:
We have a webshop that has frames (content and "menu in two parts") I'm experimenting with the general layout and have changed the location of the link to the cart to be in the (upper) menu frame....
4
2418
by: Fred | last post by:
I have read and tried every combination for hours. I'm sorry, but I don't get it. How do I have a form with textboxes and buttons and allow click events to execute a server function then display...
2
463
by: paul dallaire | last post by:
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...
6
1362
by: Xerxes | last post by:
Hi, how can I activate a login when someone clicks on a link? I want only authorized users to have access to the pages accessible through the links. Thanks.
1
3425
by: kk | last post by:
Hello everyone, Thank you in advance for your time and help. Mine is an asp.net/C# application. I have an aspx page(parent window) which has a link that launches a new ie window with another...
2
3908
by: Oscar | last post by:
What's the right coding to open another aspx page within server side vb.net (not within the html) ? In case I only code Server.Execute("page2.aspx") with a VB.net Subroutine, the browser shows a...
6
3821
by: =?Utf-8?B?RGF2ZQ==?= | last post by:
I'm running VS 2003/ASP.NET 1.1.4322.0 on XP SP2 All of a sudden I started to getting... "Error while trying to run project: Unable to start debugging on the web server. Server side-error...
3
2423
by: Mel | last post by:
My server makes a url call that returns a whole bunch of javascripts. I will then have to execute them on the server. I stripped out everything between <bodyand </bodyand I can see the scripts. ...
2
3497
AnuSumesh
by: AnuSumesh | last post by:
Hi I m new to ASP 'n' this forum also. I m writing one code to invoke remote desktop service for given IP address. For that i m using mstsc.exe file to invoke RDP. I have a no of links to be...
0
7084
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7278
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7458
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5013
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
380
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.