How do I open a page in an existing browser session from another

liunx

Guest
Does anyone know how to open a page in an existing browser session from another.<br />
<br />
I am trying to make a web site prototype and want to mimic the effect of having a password box come up from one page and upon clicking on a button the original page is replaced by the next page.<br />
<br />
Thanks<!--content-->that is all done with .htaccess<br />
<br />
<!-- m --><a class="postlink" href="http://www.snippetlibrary.com/tutorials.php?kid=20&catname=Apache">http://www.snippetlibrary.com/tutorials ... ame=Apache</a><!-- m --><!--content-->So you mean there is no way I can do it with javascript or dhtml. I dont want to actualy use a database or server side scripting it is only a prototype.<br />
Thanks<!--content-->nope as javascipt is not very secure. if you keep your password in your javascript then I can view the soyrce and see it....<br />
<br />
you can use htaccess without no change to your configuration you have now. you don't even need serverside language to use it.<!--content-->I thought i could do something like it for the purpose of a not secure demonstration. I am using ASP or Perl CGI for the real thing and it will be secure. It's just that at the moment I need to make a fake version without all the scripting etc.<br />
<br />
Tell me about .htaccess. What is it and how do I go about getting and using it.<br />
<br />
Thanks for you input and patience.<!--content-->goto the site I showed you above and read about it. all it is is a file called .htaccess and you don't need other special things but that file in the directory you want password protected.<br />
<br />
or read this<br />
<br />
you will also need a .htpasswd file.<br />
<br />
<!-- m --><a class="postlink" href="http://faq.clever.net/htaccess.htm">http://faq.clever.net/htaccess.htm</a><!-- m --><!--content-->
 
Back
Top