|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi everyone...HELP!
I am trying to find out how to post as asp script within <base href="...> tag so than i can direct all the url within the html page to my asp script. example:- URL as my base url address for all url within the html page. Any help would be much appreciated thanks |
|
#2
|
|||
|
|||
|
What do you mean exactly?
you should be able to use something like Code:
<base href=<%=aspvariable%> but I'm not sure this is what you're looking for.
__________________
How can I soar like an eagle when I'm flying with turkey's? |
|
#3
|
|||
|
|||
|
thanks for ur reply.
when i try to run the following asp script i can see all the url within the html page direct to URL i would like something to appear as URL can i achieve it?! Your help is much appreciated. thank you. <HTML> <HEAD> <TITLE> Sample Page </TITLE> <base href="http://cpiconnect/url14.asp?url=http://www.newsfactor.com/"> </HEAD> <body> <% ' Response.Buffer = True Dim objXMLHTTP, xml Set xml = Server.CreateObject("Microsoft.XMLHTTP") xml.Open "GET", "http://www.newsfactor.com/", False xml.Send Response.Write "<h1>The HTML text</h1><xmp>" Response.Write xml.responsetext Response.Write "</xmp><p><hr><p><h1>The HTML Output</h1>" Response.Write xml.responsetext Set xml = Nothing %> </body> </html> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > how to post asp script in <base href="> tag? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|