Tried asking this before but got no response so I guess I'll try again... Hopefully someone has experienced this before and can shed some enlightenment. Some things work and some don't... I have a time script that just displays the current date and time. It will not work even when adding as echo ("script in here using single ' quotes"); I even tried to end php, stick it in and start php after and it still won't work.
I also have a more pressing issue regarding popup windows that won't work either.
CODE: popup.js is enclosed.
<a href=file.htm' onclick='PopUp(this.href,'550','500');return false'>open this file</a>
How to call it?
This is a volunteer site I do for our local little league and really appreciate any help offered.
Thanks
I also have a more pressing issue regarding popup windows that won't work either.
CODE: popup.js is enclosed.
<a href=file.htm' onclick='PopUp(this.href,'550','500');return false'>open this file</a>
How to call it?
This is a volunteer site I do for our local little league and really appreciate any help offered.
Thanks
Comment