What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HTML code for pop up?

Pages: (2): « First « 1 [ 2 ] Last »
HTML code for pop up?
Author: Message:
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
RE: RE: HTML code for pop up?
quote:
Originally posted by chris4
* chris4 congratulates monster.rat


works perfectly :P

You do have to "allow blocked content" on IE if using SP2

other then that :P well done :P

Only for the popup does "blocked content" need to be allowed, the regular link will still work, and the pop code will be ignored.

I'm assuming that this is the code you are talking about:
quote:
Originally posted by monster.rat
code:
<a href="page.html" target="I1" onClick=window.open("2.html")> text </a>

| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
05-23-2005 06:10 AM
Profile E-Mail PM Web Find Quote Report
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: HTML code for pop up?
The "blocked content" thing only appears when you test it locally I believe.
The previous sentence is false. The following sentence is true.
05-23-2005 06:44 AM
Profile PM Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
RE: RE: HTML code for pop up?
quote:
Originally posted by Segosa
The "blocked content" thing only appears when you test it locally I believe.

It appears whenever ActiveX (includes Flash Player), JavaScript or other acitve content is available, whether local or remote. Maybe this can be turned off in Internet Options, for specific zones.
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
05-23-2005 07:50 AM
Profile E-Mail PM Web Find Quote Report
Tovrin
New Member
*


Posts: 1
Joined: May 2006
RE: HTML code for pop up?
sorry for opening an old thread.

I was researching a similar issue and this thread caught my attention.

i need to make an empty html page open another html doc at a specific size, then close itself.

I think I'm getting close, but somethings not working right.

quote:
<html>
<a href="javascript:void(window.open('http://www.help.com/help.html','width=799,height=495,scrollbars=no'));>
</a>
</html>

Is what I last tried with and without html tags, but thats my entire code.

this is very new to me, so please bear with my noobness. :P

This post was edited on 05-02-2006 at 03:28 AM by Tovrin.
05-02-2006 03:20 AM
Profile E-Mail PM Web Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
RE: RE: HTML code for pop up?
Missing quotation mark ;).
code:
<a href="javascript:window.open('http://www.help.com/help.html','width=799,height=495,scrollbars=no');">link text</a>
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
05-02-2006 05:45 AM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On