Forum: JavaScript / DHTML / AJAX Jan 24th, 2005 |
| Replies: 21 Views: 10,321 Uf, me too. :cheesy:
TNX again! :cool: |
Forum: JavaScript / DHTML / AJAX Jan 24th, 2005 |
| Replies: 21 Views: 10,321 Yeah! :cheesy: :cheesy:
It works with the usual button, just like u suggested! With parent.window.location <-- :cheesy:
Thanks A LOT! |
Forum: JavaScript / DHTML / AJAX Jan 24th, 2005 |
| Replies: 21 Views: 10,321 *.htm file
<link rel="stylesheet" href="prva.css">
<script src="prva.js"></script>
</head>
<body>
<table id="zacetnaTabela" width="300px" height="150px" align="center">
<tr>
<td> |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2005 |
| Replies: 21 Views: 10,321 Actualy this is just what I'm tending to do. Validate the username and passwd in external file (whitch is working fine) and then redirect the person from login site to the site which has links to... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2005 |
| Replies: 21 Views: 10,321 Yes I know all of this, but this is just for testing purposes, since I just installed Apache and have some sites copied (done by me) on server.Now I would like to make them accessible to few people... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2005 |
| Replies: 21 Views: 10,321 Agree. :D
Mybe some other sugsestion how can I acomplish redirection?
I'm doing this beacouse I have to se if username and password mach given.And if I include this script directly in bla.htm u... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2005 |
| Replies: 21 Views: 10,321 Jes it's working just fine. :rolleyes: |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2005 |
| Replies: 21 Views: 10,321 Not working.
In bla.htm I have this submit button in form with user name & password I if they have the write one they are redirected to other site.If u know what I meen?
But I cant make a... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2005 |
| Replies: 21 Views: 10,321 Ok, I dont wont to open another thread I'll ask here.
I have some stupid problem with reference to window.location!!! :-|
If 2 files bla.htm & bla.js(linked to first one ofcourse).
I wont to... |