jQuery in Action, 2nd edition
The moose likes HTML, CSS and JavaScript and the fly likes javascript not properly working in netbeans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "javascript not properly working in netbeans" Watch "javascript not properly working in netbeans" New topic
Author

javascript not properly working in netbeans

DineshChandarr Ks
Greenhorn

Joined: Aug 22, 2012
Posts: 1

I am doing a project in j2ee. In my home page(html) i have three iframes(left,center,right). In one of the iframe i am loading a jsp page,it has a link to another page. When i click the link the new page shouldn't open in within frame so i used a javascript coding for breaking the frame.
In body tag of target page i would give <body onload="framebreaker()">
When i run the home page in netbeans IDE it directly navigates to the target page of the link.
could anyone help me with this?


KSDC
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: javascript not properly working in netbeans
 
Similar Threads
Applet Color not updating in Chrome
Using a variable in the src attribute of frame
Randon "Access is Denied" error
How to retrieve string representation of <INPUT> value?
HTTpClient text file upload to Server and open url to see the contents