473,386 Members | 2,078 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,386 software developers and data experts.

making header constant using css objects

121 100+
My home is having flash file in header part, If i click any of the navigation(dropdown) menus the wholepage will again reload. That should not happen.

My requirement is like this, the header part flash file should not reload again and again if i clicked any of the drop down menu links.

I got solution for this by implementing Frame technology. but somebody told that it is possible using css header objects. How i can implement this idea can anybody help in this regard.


Thank you
May 27 '09 #1
5 3044
sbettadpur
121 100+
We would like the flash banner at the top(header) of the site to stay the same
and not re-load everytime a new page is navigated to.

Thanks
May 27 '09 #2
Markus
6,050 Expert 4TB
@sbettadpur
Look into using AJAX or Frames.
May 27 '09 #3
sbettadpur
121 100+
Hello,

Thanks for the feedback, Can you tell me how i can implement using AJAX, because i already tried with Frames. Is it not possible using CSS objects.

Thank you
May 27 '09 #4
Frinavale
9,735 Expert Mod 8TB
@sbettadpur
Hmm, I've never heard of CSS Header Objects but I do know about how websites work:
  • a browser makes request for the web page
  • the server answers the request and returns the web page to the browser
  • the browser renders the web page

Every time a web request is made the entire page is unloaded and then when the page returns to the browser it's redisplayed. This means that any time your Flash control makes a request to the server the page will be unloaded and reloaded again.

You can avoid having the entire page unloaded if only a portion of it needs to be updated.....you can use Frames (as you have), or you can use Ajax calls.
May 27 '09 #5
Frinavale
9,735 Expert Mod 8TB
@sbettadpur
Please research AJAX. Once you have a clear understanding about how it works and how to make an asynchronous Ajax call, attempt to implement it into your solution. If you have any problems at that point please ask your AJAX related questions in the Ajax form.

Please note that you are probably going to have to change your Flash Object to use Ajax.
May 27 '09 #6

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

Similar topics

7
by: Karen | last post by:
Hi, I have one constant variable and want to use it in two files. I put it in the header file and then include the header file. The compiler always say "error C2370: 'arraysize' : redefinition;...
34
by: E. Robert Tisdale | last post by:
Please find attached the physical constants header file physical.h It defines conversion factors to mks units. It might be used like this: > cat main.cc #include<iostream>...
8
by: Tony Johansson | last post by:
Hello Experts! What does this mean actually. If you have a template with a type and non-type template argument, say, like this template<typename T, int a> class Array {. . .}; then A<int,...
11
by: Pradyut | last post by:
what's the difference between a .h and a .hpp file Also please tell me something about .rh files -- Pradyut http://pradyut.tk http://groups.yahoo.com/group/d_dom/...
3
by: danbraund | last post by:
Hi everyone, I'm a long time C coder, who is coding his final year project in C++ to run under the MIT click routing system. Being fairly new to the OO side of the language, my problem is this: ...
25
by: tsaar2003 | last post by:
Hi Pythonians, To begin with I'd like to apologize that I am not very experienced Python programmer so please forgive me if the following text does not make any sense. I have been missing...
6
by: Amit Bhatia | last post by:
Hi, I am not sure if this belongs to this group. Anyway, my question is as follows: I have a list (STL list) whose elements are pairs of integers (STL pairs, say objects of class T). When I create...
31
by: Madhur | last post by:
I have problems faced in adding definitions in the command header file. I have defined a header file which includes huge set of global constants and I am using them in all the C files. For...
10
by: Stephen Howe | last post by:
Hi Just going over some grey areas in my knowledge in C++: 1) If I have const int SomeConst = 1; in a header file, it is global, and it is included in multiple translations units, but it...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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...

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.