PDA

View Full Version : one click two or more proccess.. ?


zodehala
05-29-2008, 10:04 PM
can i make more than two proccess when i click a link one time ? for example

when i clicked following link one time
<a href="x.php?s=1" tabindex="1" title="click" accesskey="1" target="_blank">click</a>

i wanna do open google.com , open .codingforums.com and instert someting into db etc ... ?

is it possible ?

whizard
05-29-2008, 10:07 PM
I imagine you could have you PHP target file insert something into a DB as well as execute a javascript which opened several new URLs, so yes, I would say that it is possible.

HTH
Dan

zodehala
05-30-2008, 01:45 PM
I imagine you could have you PHP target file insert something into a DB as well as execute a javascript which opened several new URLs, so yes, I would say that it is possible.

HTH
Dan

for example ?