Answer Posted / sj computer man student
this is ur answer
The <frameset> tag defines how to divide the window into
frames
Each frameset defines a set of rows or columns
The values of the rows/columns indicate the amount of
screen area each row/column will occupy
<frameset cols="25%,75%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
</frameset>
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
what is difference between input parameter and output parameter.
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
Outline the two important features of a terminating recursion. Any ideas?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
write a sql qwery which include joining of two tables 4 marks mainframe
give idea for creating screen in abap
can we retrieve only integer/String type columns from a table,if yes how?
Explain what is OOPS and its concepts?
In project we have Documentation phase also,in that what is micro and macro designing?
Which language they use during interview?
what is meant by life cycle of a business
is it acceptable if we declare multiple exceptions in same overridden method.