- Q How to define new testplan attributes?
- Q Tax jurisdiction processing is a close link between which two modules?
- Q Mughal dynasty was to Bahadur Shah Zafar-as what was Lodi dynasty to?
- Q In what game do countries play for the Venice cup
- Q What is pctfree and pctused setting?
- Q Who has been appointed chairman of the African Union?
- Q Which pop singer was Glad to be Gay
- Q Give the equation to calculate Spearman's rank order correlation.
- Q Why does the poet stop on Westminster Bridge ?
- Q Tell me about a time when you asked for extra responsibility in any of your previous jobs.
- Q How to use the command shift?
Question
How to update two frames at the same time using HTML?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Answers
To update the two frames at the same time there is a requirement for the HTML based techniques that links the documents with a new frameset document. It specifies a new frames that can be combined with other frames. There is a JavaScript that will be used to link the updated frame and the method that will be used is onClick(). HTML based technique allow the new frameset document with the attribute of TARGET=_top. In this the first frameset document uses a secondary frameset document that will be defined as the nested frameset. The following code explains it further: