![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
First one: imagemap problem.
Here's where: Link. On the upper right side you'll see a Steam/Valve image map, that's supposed to have two links. For some reason, when I open the link with IE, only the Steam link works, with Firefox everything's ok. Here's my code: Code:
<map id="valvemap" name="valvemap" <area href="http://www.valvesoftware.com/" alt="Valve Software" title="Valve Software" shape=rect coords="0,51,130,115" /> <area href="http://steampowered.com/v/index.php" alt="Steam" title="Steam" shape=rect coords="0,0,130,51" /> ...... <img src="valvelogo.JPG" border=0 usemap="#valvemap"/> Link. I'm trying to do pop ups, the links are the ones that say 'here', and can be located near the bottom. When I open the page with Firefox or Opera it works, but IE gives me this: Line: 8 Char: 1 Error: Invalid Argument Code: 0 The script I use is in the head section: Code:
<script type="text/javascript" language="JavaScript">
function PopUp(url) {
window.open(url,"John 5 extra info", 'scrollbars, width=750, height=500');
}
</script>
Code:
<a href="javascript:PopUp('John5Info.html')">here</a>
__________________
AMD Athlon 64 3200+ 2.2 GHz 1GB DDR RAM GeForce 7600 GS with 256 MB Windows XP LG Flatron F700B monitor |
| Sponsored links |
|
|
|
#2
|
||||
|
||||
|
Nvm!
__________________
A+, Project+ Certified Network Engineering Grad 5 years Sys Admin exp. 11 years web dev exp. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "Internet Explorer was not able to open this Internet site. The requested site is eit | DUENAS-737 | Software | 3 | 01-04-07 20:58 |
| Malware Problems Redirects to fake Microsoft Site | oldwhiz | Malware Removal | 3 | 11-20-06 19:47 |
| Problems accessing only one site | Matth3w | Software | 15 | 11-26-05 20:35 |
| New web site posting problems | hankyknot | Malware Removal | 1 | 02-03-05 15:20 |