Hi there,
I'm not too clued up on html coding and wonder if someone could help me out here?
I currently have the following html in my product descriptions to bring up an explanation of the different grades of product.
The html I use is:
!!<<a href="grades.htm" target="newwindow" onClick="window.open
('','newwindow',config='height=500,width=480,scrollbars=yes,
screenX=50,screenY=50,top=50,left=50'); return true"><font color="red">*A GRADE*</b><font size ="-2"> What's this?</a></font></font>>!!
This shows as "*A GRADE* What's this?" and a link to a page, that opens in a new window, which I have uploaded as an html page.
I'd really like it to be a pop-up window though, rather than a new browser window.
Is that easy? For an html-know-nothing, I mean?
How do I do it?
Thanking you in advance!!
Tracey
I'm not too clued up on html coding and wonder if someone could help me out here?
I currently have the following html in my product descriptions to bring up an explanation of the different grades of product.
The html I use is:
!!<<a href="grades.htm" target="newwindow" onClick="window.open
('','newwindow',config='height=500,width=480,scrollbars=yes,
screenX=50,screenY=50,top=50,left=50'); return true"><font color="red">*A GRADE*</b><font size ="-2"> What's this?</a></font></font>>!!
This shows as "*A GRADE* What's this?" and a link to a page, that opens in a new window, which I have uploaded as an html page.
I'd really like it to be a pop-up window though, rather than a new browser window.
Is that easy? For an html-know-nothing, I mean?
How do I do it?
Thanking you in advance!!
Tracey
Comment