Hi guys I’m turning to the forum for a little help. I have been working with Jane on this but she fails to understand I do not know much about code I’m learning.
I’m trying to put help links on my page. Serge was great he gave me this tutorial to follow:
My link
Works great but now I would like to yous the button in 6.2 instead of a link. I tried the following code in the Server tab of the button.
****
<A
HREF="popupbasic.html"
onclick="return popup(this, 'notes')">my popup</A>
****
Did not work
*****
HREF="popupbasic.html"
onclick="return popup(this, 'notes')">my popup
****
Showed working on the “Check Syntax” but not on the site.
Page 1 of 1
Button to have the button execute a JavaScript.
#2
Posted 19 March 2010 - 02:05 PM
Hi,
here is the correct code:
here is the correct code:
return popup('popupbasic.html', 'notes');
Page 1 of 1

Sign In
Register
Help
This topic is locked

MultiQuote