473,503 Members | 1,633 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

anything beside onload event

83 New Member
can i have an ideas?
i cannot use the onload event coz i already have that on other asp page that merge with other page that need some event handler when first loads...
so any other event handler? or can i use settimeout of javascript after finish loads?
Nov 6 '08 #1
4 1836
DrBunchman
979 Recognized Expert Contributor
Hi MATTXtwo,

What is it that you are trying to do exactly?

Dr B
Nov 6 '08 #2
MATTXtwo
83 New Member
Hi MATTXtwo,

What is it that you are trying to do exactly?

Dr B
This from page defaultpage.asp that execute a menus create
Expand|Select|Wrap|Line Numbers
  1. <!-- #include virtual="/intranet/inc/menu.asp" -->
  2. <body topmargin="5" onload="init()">
This from page Maklumat_Peribadi.asp that i need to load some function on that page
Expand|Select|Wrap|Line Numbers
  1. <body onload="Loadsome()">
and i have call these two page by:
Expand|Select|Wrap|Line Numbers
  1. "http://mrusvr2/intranet/defaultpage.asp?ifr=/intranet/menu/menu_hr.asp&c=hr/Maklumat_Peribadi.asp"
the thing is defaultpage.asp runs it's onload fine...
Maklumat_Peribadi.asp can't run because it's there onload event on defaultpage.asp...but i really need to run Loadsome() function to check Maklumat_Peribadi.asp page

Nov 6 '08 #3
DrBunchman
979 Recognized Expert Contributor
How have you used Maklumat_Peribadi.asp inside your defaultpage.asp? Are you using an iFrame or something like that?

Dr B
Nov 6 '08 #4
MATTXtwo
83 New Member
How have you used Maklumat_Peribadi.asp inside your defaultpage.asp? Are you using an iFrame or something like that?

Dr B
i use the iframe for ifr var
server.execute command for c var
which Maklumat_Peribadi is in c...
so i can't do the onload event in Maklumat_Peribadi.asp
Nov 7 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
3793
by: Stuart | last post by:
I am very new to javaScript, and I am hoping someone can explain the differance between the following two browsers and how to deal with thier differant approach to firing the onLoad event. The...
4
4893
by: Pai | last post by:
hello there, I am trying to rersize the window it works find in IE but doea not work with mozilla window.attachEvent(onload,MWSOnLoad); window.onload = function (MWSOnLoad) { alert('hello');...
6
4535
by: Brian | last post by:
Hi everyone, I'm writing a function (in javascript) that needs to do one thing if the page has not loaded, and another (different) thing if the page has already loaded. I'm looking for a way...
10
9360
by: berg | last post by:
I'm trying to use the onload event to load a series of urls. What I find is that the onload function is only called one time no matter how large the array. Here is the onload function. var...
2
7660
by: laredotornado | last post by:
Hello, I am looking for a cross-browser way (Firefox 1+, IE 5.5+) to have my Javascript function execute from the BODY's "onload" method, but if there is already an onload method defined, I would...
3
9678
by: Christian | last post by:
hi, what is the difference between the Page_Load() and OnLoad() event handlers. do they originate from a different point ?
6
19223
by: Daz | last post by:
Hello everyone, I would like to open a child window from the parent, and add an onload event listener to the child window which will tell the parent when the document has loaded. As far as I...
1
2103
by: webgour | last post by:
Hello, I would like to create an onload event within my object. The following works fine : function TEST() { this.image= new Image(); } TEST.prototype.Initialize = function()
20
11826
by: Mark Anderson | last post by:
Hi, I have this in an external JS library: ///////////////////////// function addMyEvent(){ var obj; if(document.attachEvent) { obj = document.getElementsByTagName('img'); for...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7280
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7330
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7460
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.