Forum: JavaScript / DHTML / AJAX Jul 24th, 2007 |
| Replies: 2 Views: 1,116 hi again
is there a way to change css rules using javascript? i have this:
<style type="text/css">
.flash
{
position:absolute;
left:52px;
bottom:30px; |
Forum: JavaScript / DHTML / AJAX Jul 21st, 2007 |
| Replies: 12 Views: 9,654 oh well, i really don´t care if it´s not possible, my boss will have to change is mind...
thanks |
Forum: JavaScript / DHTML / AJAX Jul 21st, 2007 |
| Replies: 12 Views: 9,654 ok, my english limitations are creating some confusion here...
i'll try to explain what i need. my boss wants that when someone goes to (for example) www.xpto.com, the window appears without... |
Forum: JavaScript / DHTML / AJAX Jul 20th, 2007 |
| Replies: 12 Views: 9,654 i know, but that's what my boss wants...
it's amazing, so many new web technologies and theres no way to control the window parameters... |
Forum: JavaScript / DHTML / AJAX Jul 19th, 2007 |
| Replies: 12 Views: 9,654 sorry, don't get it...
i'm using a normal page to open another page after 3 seconds, but only because i don't know any other way to control the window.
window.open("fgo.aspx","new ",... |
Forum: JavaScript / DHTML / AJAX Jul 19th, 2007 |
| Replies: 12 Views: 9,654 hi
i need to open a new window using open.window to control some parameters, like window size, bars, scrollbars... the problem is that this way the brower blocks the window like if it was a popup...... |