Jump to content

Qualinwraith

Members
  • Posts

    6
  • Joined

  • Last visited

Qualinwraith's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Ok So I managed to make the popup menu to follow the links, now I need to know how to make the popup menu disappear when I move the mouse out of it. Its currently closing when I click outside. Can anyone please help?
  2. Hi there, I'm using the following code to make a link function show_popup(index,left,top,width,height){<!--var p=window.createPopup()var pbody=p.document.bodypbody.style.backgroundColor="white"pbody.style.border="solid black 1px"var url1 = "'http://www.google.com'"switch(index){ case 1: pbody.innerHTML="<a href=" + url1 + ">url1</a>" break;} The link that is callign the pop up is <a href="#" onmouseover="show_popup(1,100,100,200,200)">Option 1 </a> However nothign happens when I click on the link and the a href is there cause when I do save target as it is retreiving the right page. It's just not following it. What must I do?
  3. Greetigns all! I need to connect to an SQL Data base, find the max value of a field in a particular table and return that in a variable called FormID. Can someone help? I'm using SQL Server 2000
  4. Hi I have a table that has an absolute width of 600 but instead of adhering to this the table, when displayed in internet explorer it's taking the width of somethign larger (a line of text generated with java script) and on mozilla its workign fine, why and how can I fix this? I need my table to remain 600pixels
  5. I have an ASP page that I need refreshed everytime the user clicks somewhere. I'm successfully calling a js file from one frame to another but I don't know the code to make the actual panel to refresh. Any clues?
  6. I have a homepage called homt.html that is referring to a cascading style sheet file called styles.css. I want to make it so that every table is center aligned and I cannot seem to manage to do this through css. Can anybody help?
×
×
  • Create New...