Jump to content

A bug of Firefox

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
paolodinhqd

paolodinhqd

    Newbie

  • Members
  • Pip
  • 5 posts
hi all :pinguin:


<iframe src="http://google.it" onload="msg();">

</iframe>


<script>

function msg() {

  alert("google loaded");

}

</script>


this script works fine with all browsers
a message will appear.
but firefox shows nothing.
u guys know why? :confused:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You haven't specified the script language.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
brokenbylaw

brokenbylaw

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
Works great :)