• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can i vreate dynamic stuff with asp javascript..

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since i'm using a free hosting package. I'm only allowed asp.. But everything apart form server-side in my site is dynamic.. In the sense that there are no seperate page loads.. But with asp that's not possible cause i HAVE to load a seperate asp file.. Is there a way to render the output asp file to some html element in the current document?? Like a text area or something??

Oh and what's the point of technologies like jsp and ajax if it's only for the big dudes that can afford it.. IF asp is available on free hosting why isn't jsp??? Can't at least people at sun work on something?? It simply not fair for people like us for whom a credit card is a luxury.. I'm just trying find a proper host for my site where i have a little software i wrote.. www.jleeker.simpler.at .. But anything beyond a download or anything 100% dynamic is beyond our limits.. Is it just for big dudes to have and us to see???
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure I understand what you mean when you say

But with asp that's not possible cause i HAVE to load a seperate asp file.




From the browser's perspective, ASP is no different than PHP, JSP, Perl, or any other server side technology.
[ June 21, 2007: Message edited by: Ben Souther ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ajax can handle any serverside langauge.

People do it in ASP and ColdFusion all the time.

req.open("GET", "foobar.asp", true);

It will return the asp page, only return the data you want in that asp page. If you look at the JavaRanch FAQ, there are plenty of links for Java Hosting.

Eric
 
Malith Yapa
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm sorry.. It's just a huge misunderstanding.. Duess i've got a lot more to learn..
 
Slime does not pay. Always keep your tiny ad dry.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic