Hi. Is there anyone who know how I can access the values of a form component in a frame other than my current php frame or how I can write to a frame or windows _document like javascript with php? Thanks Kian
Well you can't do it with php alone because php is a serverside scripting component only, you'd have to use php in conjunction with java/javascript/vbscript or some other client side scripting language to handle that part of the task.