Jump to content

Ganael

Members
  • Posts

    6
  • Joined

  • Last visited

Ganael's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I tried the following and it works perfectly :page.htm :<body bgcolor="transparent"></body> (just a guess )and combined it with your response : <iframe src="..." allowtransparency="true"></iframe>thx for your help
  2. sry, but it didn't chang anything
  3. there isn't realy any code : my iframe ( page.htm) : <html><head><title>some title</title></head><body text="white">some text</body></html>my main page :<html><head><title>some title</title></head><body bgcolor="black" text="white"><table border="1" width="100%" height="450" frame="border" cellpadding="5" cellspacing="0" valign="top"><tr><td background="dragon1.jpg" valign="top"><iframe frameborder="0" src="FrontNews.htm" width="100%" height="100%"></iframe></td></tr></table>it works perfectly with fire fox, the iframe doesn't hide the bgimage... but IE make it all white...
  4. Hi, fire fox has no default bgcolor, so my iframe doesn't hide my bgimage, but with IE, it is totaly whit!!! how can I fix that?
  5. Ganael

    Form object

    thx, but how can I open with php my flash application in a other window(I used echo '<script>location.assign("LostHorizon1.3.swf")</script>'
  6. Ganael

    Form object

    Hi I'm triing to submit the Login information and sending them to two different URLs at the same time with the POST method, I also want to use 1 time the target "_blank", and then the target "_self".This is needed to open a php file which checks if the login is valid, and start my flash application. that Flash application need to get some variables of my DB, so I must write in my first window (with the form object) the following : "&MyVar=$MyVar"The problem is that I don't know how to send the input of my form object, at the same moment, at my window with the flash application and at my homepage...I NEED HELP!!!
×
×
  • Create New...