Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to call jsp page while loading html page.
Posted
Comments
[no name] 22-Aug-11 6:42am    
I would still call it JSP, even if I was loading HTML.
Richard MacCutchan 22-Aug-11 8:37am    
Or 'J' for short.
[no name] 22-Aug-11 9:46am    
Then again, you might give it a friendlier name like Frank. It's bad enough that you already have to load HTML

1 solution

I can only assume you mean that you want to call a JSP page after the first HTML has hit the client.

You'll need to use JavaScript (or a js library) to make the subsequent call. I would suggest trying to implement the solution with a simple call to .ajax() using jQuery[^].

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900