Jump to content

a_krishnam_raju

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by a_krishnam_raju

  1. Hi! When i am trying to open an XML file in IE, its showing up a download dialog box and the XML file is opening in Dreamweaver instead of IE.What could be the reason? Is IE not able to recognise the XML file? Please advise.Thank youKrishnam

  2. Hi!I am Krishnam.If you visit www.windowsxp.com, one can observe the GRADIENT Shade.How is that shade created? Can that be acieved using CSS? or its just a background image with the gradinet or shade?Any ideas?Please Help.Thank you,Krishnam

  3. Hi!I am Krishnam.I have read in many articles that CSS can replace the use of TABLES in HTML. Is this possible, safe & easier than using HTML Tables?But I could not find a suitable tutorial or example.Can anyone help we this?Thank you,Krishnam

  4. Hi YahwehThanks a lot for the reply.May be you are right. I am not sure whether the site has got frames or not.But i think there is way to do that.Lets wait and see if anyone has got any comments.Thank youCheers!Krishnam

  5. Hi Scott,Thanks a lot and i am very very very happy now.I was trying for the past 2 days and i was worried a lot.But Scott, you made my work easier.Thanks a lot for everything wonderful and I Love You.Cheers!Krishnam

  6. Hi Scott,I did what you have mentioned but still its giving up an error.I have also tried replacing my original code with of your but still its showing up an error.Can you please help.Thank youKrishnam

  7. Hi ScottThanks a lot for the HELP.I copied the modified CODE that you have provided. But its showing up an error.Can you please check this up and provide me with the solution.Please help.Thank youKrishnam

  8. HiPlease go through the code below.test.html-----------------------------------------------------------------------<html><head><script language=JavaScript>function transferview(image,iname,webaddress) {info="<TITLE>"+iname+"</TITLE><body topmargin='0' leftmargin='0' rightmargin='0' bottommargin='0' bgcolor='#CEDDFF'><table width='498'; height='500' cellpadding='2' cellspacing='2' bgcolor='#CEDDFF'>" + " <tr>" + " <td colspan='2' align='center' valign='middle'><IMG SRC='"+image+"' BORDER=0 /></td>" + " </tr>" + " <tr>" + " <td width='243' height='22' align='center' bgcolor='#FFB7B9'><font face='verdana, arial' size='2' color='#000066'>"+iname+"</font></td>" + " <td width='243' height='22' align='center' bgcolor='#FFB7B9'><form method='post' action='"+webaddress+"'><input type='submit' value='Request open yahoo in parent window' /></form>" + " </td>" + " </tr>" + "</table></body>"ImageWindow=window.open("", "newwin","toolbar=no,scrollbars=no, width=500, height=500");ImageWindow.document.write(info)ImageWindow.document.close()}</SCRIPT></head><body><a href="#" onclick="java script:transferview('test.jpg','Click the button to open yahoo', 'http://www.yahoo.com')">Open Pop UP</a></body></html>--------------------------------------------------------------------------What it actually does is:when i click on the text link in the parent window, it pops up a child window with a button ( and an image). What i want now is, if i click the button in pop up window, it should open the specified URL in the Parent window (which is at the back) and the pop up window should close.Please help me, i tried , tried , tried and now tired.Can you help with the script and can you tell me what code to add and where exactly.Please advise.Thank youKrishnam

  9. Only one element on your page can have any specific ID, therefore you should only use id to define an elements formatting if that is the only element on the page you want that specific formatting to apply to. Note that the page will still work in all major browsers even if several elements have the same id, and the formatting will be applied to all of them, however this is not valid html.As many elements can have the same class as you want, therefore if you want to apply the same formatting to lots of elements then you should use class - for instance several seperate paragraphs which all need to have the same formatting but which are formatted differently from the general paragraph tag.

    Thanks a lot for the explanation. What i understood is;1) Class can be used with a number of elements and any number of times, where as2)ID can be used to a single elements ( and the element can repeate any number of times) Is it OK?
  10. Hi,I am Krishnam from India.I am new to CSS and i have read about the 3 types of CSS Style Selectors.1) TAG2) CLASS3) IDI am confused over the use of CLASS and ID. Can you help me in explaining about when to use CLASS and when to use ID, and its advantages.Thank you,Krishnam

  11. Try changing IE's setting to default. You might have accidently turned something requred for viewing XML files. But also one more thing: we are talking about that THE SAME file(s) work at your office and not at home, right? Well... it's really odd really.

    Hi BoenThanks a lot for your help.I will try that in home and then i will reply.Thank a lot.Krishnam
×
×
  • Create New...