freelanceprogrammers.org Forum Index » Perl
Menu Bar Delay in Perl
Joined: 06 Jul 2004
Posts: 2
Menu Bar Delay in Perl
We have 3 differnt menu bar depending upon the rights of user ...
We checked user in Data Base and assigned $menu_page corresponding value
for example $menu_page = "abc.html " ;
This menu page conatins java script and draws menu via Java script .. no problem
at all in this
WHAT we do
We authrozize user and assign menu page url in variable and use that variable in
following code
<FRAMESET ROWS="85,*" FRAMEBORDER="0" BORDER="0" >
<FRAME src="$menu_page" name="menuFrame" noresize scrolling="no">
<FRAME src="https://abc.com/scripts/page1.pl" name="masterFrame" >
</FRAMESET>
All goes fine ....
But now let suppose if I wanna pass user id to next pages then I tried to append
it with urls of above 2 farmes .. I got success but problem is that menu takes
alot of time to appear now
I made following change in the above code to pass user id
<FRAMESET ROWS="85,*" FRAMEBORDER="0" BORDER="0" >
<FRAME src="$menu_page" name="menuFrame" noresize scrolling="no">
<FRAME src="https://abc.com/scripts/page1.pl?id=$userId" name="masterFrame" >
</FRAMESET>
I am able to extract user id from page1.pl but it just delays the appearance of
menu in top frame. almost we have to wait for 30 second for menu to appear the
top frame does not contain any thing but menu.
Can some one tell me why I am getting delay in menu bar to appear ....and how
could i avoid it ...
Regards
Muhamamd
[Non-text portions of this message have been removed]
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







