- Impact
- 18
Thanks for looking:
I need to have a text link (link) that when clicked will open a new window which is, I dunno, 500 (h) x 300 (w).
I would like to do it using javascript, using a function. I don't know if javascript functions are the same as php and if you can use them in links (a href...)
I'm not sure how well I have explained but I hope you understand.
I need to have a text link (link) that when clicked will open a new window which is, I dunno, 500 (h) x 300 (w).
I would like to do it using javascript, using a function. I don't know if javascript functions are the same as php and if you can use them in links (a href...)
Code:
... echo link( HEIGHT, WIDTH, URL );
I'm not sure how well I have explained but I hope you understand.















