473,320 Members | 1,695 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

I know this sounds simple, but please help....

How to display a msg in the same page....document.write opens in a new page
when i am using in the link....but i want to display in the same page.

Jul 23 '05 #1
2 1081
SubhaBabu wrote:
How to display a msg in the same page....document.write opens in a new page
when i am using in the link....but i want to display in the same page.


http://www.jibbering.com/faq/#FAQ4_15

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/
Jul 23 '05 #2
SubhaBabu schrieb:
How to display a msg in the same page....document.write opens in a new page
document.write() overwrites the current document once it has finished
loading.
when i am using in the link....but i want to display in the same page.


W3C-DOM Level 2 (Gecko-based, IE 5+, Opera 6+):

htmlElement.appendChild(anotherHtmlElement)
or
htmlElement.style.display = ""
or
htmlElement.style.visibility = "visible"
or
...

This is getting a FAQ[1]. Google is your friend [psf 6.1]

And your Subject header should have been much more descriptive.
PointedEars
___________
[1] http://jibbering.com/faq/
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Support | last post by:
Hi, I want to know if I have changed a few records in my database using update / insert / delete methods, how can i later know which rows have been changed or modified ? I know the...
1
by: Michae; | last post by:
Hi there I am still working with Access97/VBA (will change to 2003 soon) I would like to find out how I know the location of a form. I use the Docmd.MoveSize to place my first form wher I want...
161
by: KraftDiner | last post by:
I was under the assumption that everything in python was a refrence... so if I code this: lst = for i in lst: if i==2: i = 4 print lst I though the contents of lst would be modified.....
1
by: Dean Slindee | last post by:
Can anyone point me to a code example or repository that would allow me to provide some "sounds like" comparison capability when doing a search for LastName? Thanks, Dean Slindee
0
by: c#2006user | last post by:
Hi all Im converting code from vb.net to c# an im stuck again! :O) anyway ive included both vb and c# versions and if anyone could see where im going wrong it would much appreaciated. i've tried...
6
by: JohnR | last post by:
I'm running into a 'timing' or 'race' condition on my form. All textbox controls are bound to a datasource, but certain other controls (like labels) need to be updated when you move to a...
9
by: Coleen | last post by:
Hi All :-) I am desperately looking for some help/information on how to direct page flow. Forget what I have done - here's what I need to do: I have a large ASPX.Net - VB.Net web application...
2
by: trunxnirvana007 | last post by:
I am trying to make the game deal or no deal,so i wanted the phone ringing sounds and the clapping sounds in it. If anybody knows please do help ...thank you
3
markmcgookin
by: markmcgookin | last post by:
Hi Folks, I have a VB app, and I have been working at it for a while, and I am now at the stage where I want to create a search function. Now don't be scared! It is in the .Net compact framework,...
7
by: jsmith | last post by:
Hi. I have the following tables: StaffID (PK) LastName FirstName CMLID StaffID (FK) RAID (PK)
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.