PDA

View Full Version : Image float on page. Using Java


field
08-24-2010, 02:25 PM
1) Project Details: I have been at this for days now.

THe problem is these scripts dont work well accross all browsers.

I like how this script works but it opens a full window. And wont let me add table.
http://www.dynamicdrive.com/dynamicindex4/logo_dev.htm

But I can not get it to work with a table. The links I want to open a new window without scrolling, sizeable and toolbar.

<table border="0" align="right" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td>
<a href="unsaved:///Contact Us" onClick="MyWindow=window.open('https://domain.com/contactus.html"><img src="https://domain.com/images.gif" alt="Contact Us" border="0"></a>
</td>
</tr>
<tr>

<td>
<center>
<font face="Arial" size="3" color="#0000FF">call US</font>
</a>
</center>
</td>
</tr>
<tr>
<td>
<center></a>or<a href="mailto:sales@domain.com"> Email Us</a>
</center>
</td>
</tr>

</table>


Please help!

2) Payment Amount: less then 50$us

3) Payment method/ details: Paypal

4) Additional Info (about project or potential bidders):

Have other projects coming up in java script also. Looking to work with a programmer

_Aerospace_Eng_
08-24-2010, 02:41 PM
I can help but you need to clarify some things. For the popup almost all of that is possible. Most browsers now days will show the address bar, there is no hiding that but you can obtain the other stuff. Does your site currently have a valid doctype? If not that is part of your problem. PM me and we can discuss this further.