I am trying to create javascript to change the location to a new page
window.location = 'report.cfm?action=new';
The thing is, in my development environment, I am using port 8080
How do I change my code so that it uses the right port?
I am trying to create javascript to change the location to a new page
window.location = 'report.cfm?action=new';
The thing is, in my development environment, I am using port 8080
How do I change my code so that it uses the right port?