php - Dynamic Website Content without Javascript? -


being comfortable javascript, html5, , css3, allows me achieve want accomplish in given design, removing javascript equation leaves little offer in terms of dynamic content. being users prefer disable javascript, albeit exception rather norm, in such use cases, there alternative technologies (could) not disabled, , allow workaround-dynamic content still present in absence of javascript?

in order satisfy these requirements following criteria have met:

(1) technology has cross-browser compatibility (nearly) modern browsers.

(2) technology need allow user input on website (such text fields), sent sever-side processing, return data (such chunk of html).

(3) then, technology need able take chunk of html/data , add page without refresh (ideally, though refresh able tolerated if necessary).

doing own due diligence, have come part of answer, though not sure feasibility of approach, , hear think using server-sided scripting (like php) , http-meta-refresh, achieve such result.

does such approach sound feasible, or php-scripting on server side have ability (going out on limb here) turned off user well? if can turned off, furthermore, there other ways send , receive data can't (or has less likelihood of being) turned off, use data change html of given page similar way "document.getelementbyid(id).innerhtml = new html" approach?

server-side languages php cannot "turned off" user.

using "http-meta-refresh" not relevant. cannot use simulate in any way interactivity of javascript. might meet point 1 (browser availability) has nothing points 2 , 3.

specifically, cannot used issue post requests (point 2) , doing meta refresh refreshes page. misses point 3 entirely.

there no way of achieving javascript-like functionality such cannot turned off , works in browsers. there nothing remotely this.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -