User Profile

Collapse

Profile Sidebar

Collapse
reemamg
reemamg
Last Activity: Mar 17 '08, 06:13 AM
Joined: Nov 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • reemamg
    started a topic HTML Code works in Firefox not working in IE

    HTML Code works in Firefox not working in IE

    Have a piece of code which works in Firefox however doesnt work in IE
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> New Document </TITLE>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <META NAME="Author" CONTENT="">
    <META NAME="Keywords"
    ...
    See more | Go to post

  • reemamg
    started a topic Code works in Firefox doesnt work in IE

    Code works in Firefox doesnt work in IE

    I've two frames in a page. On the left Frame i've buttons , if we click on button the particular pages will be loaded in the middle Frame.

    This code works perfectly in Firefox but not in IE ...
    Please help me to resolve this issue..

    [html]
    <html>

    <head>
    <!-- Infrastructure code for the tree -->

    <title>leftfram e</title>
    <style...
    See more | Go to post
    Last edited by drhowarddrfine; Mar 9 '08, 08:12 PM. Reason: Please use code tags

  • Thank You acoder

    What i need is when we click on close button on the parent window it should give an alert and close child window whereas while logging out and session timeout it shouldnt give an alert and should close the child window

    for that in the function a condition is being checked

    [CODE=javascript]function a
    {
    if(window.event .clientX<0 && window.event.cl ientY<-80)...
    See more | Go to post
    Last edited by acoder; Nov 28 '07, 12:26 PM. Reason: Added code tags

    Leave a comment:


  • Thank You acoder

    What i need is when we click on close button on the parent window it should give an alert and close child window whereas while logging out and session timeout it shouldnt give an alert and should close the child window

    for that in the function a condition is being checked

    [CODE=javascript]function a
    {
    if(window.event .clientX<0 && window.event.cl ientY<-80)...
    See more | Go to post
    Last edited by acoder; Nov 28 '07, 12:25 PM. Reason: Added code tags

    Leave a comment:


  • closing a child window when parent window is closed is not working in mozilla

    From a parent window a new child window is open with window.open

    [HTML]<script type="text/javascript" language="JavaS cript" >

    function abc()
    {

    if(window.event .clientY <0 && window.event.cl ientY <-80 )
    {
    if (win2 && !win2.closed) // win 2 is the child window
    {
    alert("Do you want to close...
    See more | Go to post
    Last edited by acoder; Nov 26 '07, 01:35 PM. Reason: Added code tags
No activity results to display
Show More
Working...