Hi, I would love any and all help.

Currently, I am loading a style sheet and a .txt file (which has the code below in it ) into my flash file. Its working fine but I would like to specify the window size it opens. Is this possible, and if so how?


info=<textformat leading="2"><p>
<span class="hilight">Classics</span><br>
<a href="1957Chevy/index.html" target="_blank">1957 Chevy</a></p></textformat>


Thank You In advance,
Apple Sauce

I just use this command to specify the window properties:
<a href="" onClick="window.open('sample.asp','MYWindow','toolbar=no,width=600, height=300,left=20,top=100, screenX=500,screenY=200,status=no, scrollbars=yes, resize=yes, caption=no'); return false">This is a sample</a>

Filipina,

Thank U, but unfortunately (ugh) its still not working. What Im doing is putting the code into a CSS .txt file --would i need to put any code into the head of the html. doc, maybe?

Tx!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.