Hi,
Have an XML file with this element
<File Name="" Description="" CreatedBy="" CreatedDate="" LastModifiedBy= "" ModifiedDate="" >
i converted DOm to string using :
TransformerFact ory transformerFact ory = TransformerFact ory
.newInstance();
Transformer transformer = transformerFact ory.newTransfor mer();
StringWriter sw...
User Profile
Collapse
-
Transformer problem - attributes position changing
-
//document.title= "Your New Title"; Is working fine for changing the title of my page.
But, I am opening one modeless dialogue from my main page and my main page is having frames.
I am tring to change the title of my main page from my modeless dialogue as bellow
top.window.docu ment.title="You r New Title";
top.window.docu ment.title refering the title of my modeless dialogue. Where i shuld refer... -
Thanks a lot. Working fine!
But, what I am trying to do actually is,
My home screen is having is having frames and and from one of the frame i am opening the modeless dialogue. From that modeless dialogue, using javscript i have to change my base window title in the title bar.
Can you hepout me on this too.
Regards,l...Leave a comment:
-
change the title or my page without refreshing
Hi,
I want to change the title or my page without refreshing my HTML / JSP page. Is there any possible to do that using HTML / DHTML / javascript.
Thanks in advance..
Regards, -
Client-side validation without using Javascript or Ajax
Is it possible to write client side validations with out using javascript or ajax.
No activity results to display
Show More
Leave a comment: