|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Use a js variable to include a file in asp??
Hello,
I'm using a page called print.asp to create a nice layout... But here is a problem. Code:
<html> <head> <title>Print view</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> toopen = opener.top.mainFrame.location.href; </script> </head> <body bgcolor="#FFFFFF"> <% Print=True %> <!-- #include file ="header.inc" --> <!-- #include file ="TOOPEN" --> <!-- #include file ="footer.inc" --> </body> </html> In the middle INCLUDE file, I need to include the file stored in the toopen (javascript variable). How can I do that? Do I have to use another method that #include?? Thanks Ludo |
|
#2
|
|||
|
|||
|
Here read this...
http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=169 AND this... http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=112 AND this... http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=55 Hope this helps! Sincerely Vlince |
|
#3
|
|||
|
|||
|
hmm thxs
![]() then I have to find another to do that! argh ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Use a js variable to include a file in asp?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|