/    Sign up×
Community /Pin to ProfileBookmark

Works in IE and not in MOZZILA FIREFOX

I have some HTML codes that are used in a tool, where when the button is clicked, HTML opens in a pop up and works fine in IE.But when the same is done in MOZILLA, it is displaying a blank page.Please HELP ? ?

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@felgallMay 01.2006 — Without seeing the code it is impossible to guess what is happening.
Copy linkTweet thisAlerts:
@deepak25031984authorMay 01.2006 — This is my code:

<html>

<head>

<title>Help (Customer-Customer Legal Information)</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<link REL="stylesheet" TYPE="text/css" href="sample.css">

<body class="myClass" >

<table width="100%" cellspacing=0 cellpadding="0" bordercolorlight="1px" >

<tr class="greyRow" height='50' >

<td width="50%" class="bld" >Web Ordering Help</td>

<td width="50%" ><IMG SRC="image004.gif" WIDTH="76" HEIGHT="21" BORDER=0 align="right"></td>

</tr>

<tr>

<td height="8" colspan="2">&nbsp;</td>

</tr>

<tr class="leftpad bld" >

<td height="74" colspan="2" >Customer Legal Information <br>

<hr width="97%" align="left"></td>

</tr>

<tr>

<td height="10" colspan="2">&nbsp;</td>

</tr>

<tr class="leftpad bld">

<td align="left" height="28" colspan="2">Overview</td>

</tr>

<tr>

<td height="45" colspan="2" class="greyRow leftpad topAlign">This page allows customer legal information to be captured (Customer Legal Address and Authorised Signatory Details)

</td>

</tr>

<tr>

<td height="10" colspan="2">&nbsp;</td>

</tr>

<tr class="leftpad bld">

<td height="28" colspan="2">Specific Functionalities on this Page</td>

</tr>

<tr>

<td height="45" colspan="2" class="greyRow leftpad topAlign">Customer Legal Address

This is the address of the customer's registered office.

<UL>


<LI>For existing customer details, these details are populated based on the OCN selected on the "Customer Legal Details" page. Please note these fields will be read-only. If any of these details have changed, please contact the relevant Account Executive (AE) or COLT CIM (xxx).

<LI>For new customers, please fill in all mandatory fields(*).</UL>

Authorised Signatory Details

These are details of the individual who is authorised to sign-off the order's agreement statements. Please fill in all mandatory fields(*).

</td>

</tr>

<tr>

<td colspan="2">&nbsp;</td>

</tr>

<tr class="leftpad bld">

<td height="28" colspan="2">Glossary</td>

</tr>

<tr class="greyRow leftpad topAlign">

<td colspan="2">Organisation Name: This will be defaulted to the value of the Customer Legal Name entered previously under "Customer Legal Details". Please complete if it differs.


</UL><br>
</p>
</td>

</tr>

<tr>

<td height="10" colspan="2">&nbsp;</td>

</tr>

<tr class="leftpad bld">

<td colspan="2">Country Specific Information</td>

</tr>

<tr>

<td height="60" colspan="2" class="greyRow leftpad topAlign">This will contain explanation for certain country

specific terms. In case there are no terms than it will have the message:

No country specific information available for this screen.</td>

</tr>

<tr>

<td class="ind" height="25" colspan="2"><a href="javascript:window.close();">Close</a>

</tr>

</table>

</body>

</html>
Copy linkTweet thisAlerts:
@in1337ened1May 01.2006 — I don't see any buttons...did you mean a link? I don't see anything that would open a window, but maybe some JavaScript could help you here, make a function:

function open() {

window.open("website.com","site","location, height=30, width=200");

}

And to call it in a link...

<a href="#" onClick=open();>

or a button...

<input type="button" value="Click me!" onClick=open();>

is that what you were looking for?
×

Success!

Help @deepak25031984 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...