Forum: JavaScript / DHTML / AJAX Oct 10th, 2007 |
| Replies: 2 Views: 1,391 your problem is that the window doesnt load completely. Im not sure where the error is though. You could have a pre generated page where you pass on the variables. |
Forum: JavaScript / DHTML / AJAX Oct 9th, 2007 |
| Replies: 1 Views: 1,476 use something like parent.framea.location=x; parent.frameb.location=y; |
Forum: JavaScript / DHTML / AJAX Oct 3rd, 2007 |
| Replies: 6 Views: 2,215 Thats not exactly how you do it, look up javascript file io online |
Forum: JavaScript / DHTML / AJAX Oct 3rd, 2007 |
| Replies: 6 Views: 2,215 try using window.location.href
you can always write to a text file
ie:
function wtf(){
var fso, s;
fso = new ActiveXObject("Scripting.FileSystemObject");
s =... |
Forum: JavaScript / DHTML / AJAX Jan 4th, 2007 |
| Replies: 1 Views: 1,110 Hey peeps, im working on a method to format inputed text to include html, and i need to read line by line. is there any way i can do this? My java code looked like this:
public String... |