I don't know if this is what you are looking for but it will open a new
browser window. You may have to play with it to get it the way you want.

<a href=\"#\"
onClick=\"MyWindow=window.open('yourscript.php?id=$id','MyWindow','toolbar=n
o,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no
,width=350,height=400'); return false;\">Your Link</a>

HTH
Jennifer


"Bob Parker" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm working on an intranet accounting application using php and posgresql.
> When I select a reord from a list for editing, I transfer the necessary
> variables using the 'METHOD=POST' and similarly when the update scripts
are
> run after the edit.
> It makes no sense to use the back buuton to return to the original list so
I
> would prefer to open the other pages in new windows.
> How please?
> If a web developers list is more appropriate for this question kindly
> recommend one.
> Thanks
> Bob Parker


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.351 / Virus Database: 197 - Release Date: 4/20/2002



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to