This is a discussion on "Help Open Popup" within the JavaScript Forum section. This forum, and the thread "Help Open Popup are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Help Open Popup
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Help Open Popup
hi!
i´m using vs05 asp.net c#... I found this code(javascript) to open an archive "FILE.htm". the archive is in directory c: ::... Button1.Attributes.Add("onclick", "window.open('file:///C:/FILE.htm','popup','width=600,height=400,scrolling= auto,top=150,left=250,resizable=yes')"); but I was knowing that code is trying to open a file on the user's local computer and not the server. I need to open "FILE.htm" that is in c: in the server! some idea? thanks!! |
|
|
|
#2
|
||||
|
||||
|
Re: Help Open Popup
just change file:///C:/File.htm to www.wherevere.com/FILE.htm or even just file.htm if it's on your server.
Cheers,
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#3
|
|||
|
|||
|
Re: Help Open Popup
Is c: a directory on your server?
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#4
|
|||
|
|||
|
Re: Help Open Popup
If this thread is solved, please mark it as solved via thread tools at the top. Thanks.
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open Source of Open Thoughts | Rakuli | Free Web Site Critique | 5 | Feb 14th, 2008 07:03 |
| Change open in new window to open in same window | nsr500rossi | JavaScript Forum | 2 | Jan 18th, 2008 14:13 |
| Open Thource - For Open Source Thoughts | Rakuli | Free Web Site Critique | 44 | Oct 9th, 2007 09:51 |
| try to open php and asks if i want to open or save file | steven rowlands | PHP Forum | 6 | Feb 20th, 2007 21:42 |
| Open pop up window onCLick Getting past XP popup stopper? | Andy K | JavaScript Forum | 3 | May 22nd, 2005 21:04 |