User Profile

Collapse

Profile Sidebar

Collapse
barbara09
barbara09
Last Activity: Jan 8 '09, 01:01 PM
Joined: Jan 7 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • barbara09
    replied to javascript error: Object expected
    so how do i fix it? what do i need to do to get it to work?

    thanks
    See more | Go to post

    Leave a comment:


  • barbara09
    replied to javascript error: Object expected
    i got the following in the <head> of my html page
    Code:
    <script language="JavaScript" type="text/javascript"> 
    <!-- begin 
      
    function TimedPop() { 
    url = "promotional-shirts.html"; 
    width = 320; // width of window in pixels 
    height = 390; // height of window in pixels 
    delay = 3; // time in seconds before popup opens 
    timer = setTimeout("popup(url,
    ...
    See more | Go to post
    Last edited by gits; Jan 7 '09, 10:05 PM. Reason: added code tags

    Leave a comment:


  • barbara09
    replied to javascript error: Object expected
    i don't understand. i thought since it's a function, all i have to do is call it in the <body> tag using "onLoad="TimedP op()">" because TimedPop is the name of the function that was place in the <head> tag.
    See more | Go to post

    Leave a comment:


  • barbara09
    started a topic javascript error: Object expected

    javascript error: Object expected

    here's the code i am using:
    Code:
    <script language="JavaScript" type="text/javascript">
    <!-- begin
    
    function TimedPop() {
    url = "promotional-shirts.html";
    width = 320; // width of window in pixels
    height = 390; // height of window in pixels
    delay = 3; // time in seconds before popup opens
    timer = setTimeout("popup(url, width, height)", delay*1000);
    ...
    See more | Go to post
    Last edited by gits; Jan 7 '09, 06:26 PM. Reason: added code tags
No activity results to display
Show More
Working...