vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Manipulating data inside of vb's default post input boxes (https://vborg.vbsupport.ru/showthread.php?t=164471)

jwocky 12-06-2007 02:03 AM

Manipulating data inside of vb's default post input boxes
 
Hi, i'm writing some custom javascript code that will attempt to pull data and replace data from the post input box.

Now I tried something very simple,

PHP Code:

<INPUT type="button" name="change" value="Click to see new text!" onClick="document.vbform.vbtextanswer.value='You are cool too!!'"

I'm using that to try to pull info from the vb input box which is inside a custom form (thx to the forms hack by Abe.

Anyways, this obviously doesn't work. So i'm wondering if anyone knows what the name of the object is that vb uses when it constructs the input box? I used 'vbtextanswer' in my example, but thats not it, neither is 'message'.

Thanks for any help!@

Opserty 12-06-2007 02:44 PM

Why don't you just modify server side?

jwocky 12-06-2007 04:02 PM

Quote:

Originally Posted by Opserty (Post 1396218)
Why don't you just modify server side?

What do you mean exactly ?

Opserty 12-06-2007 05:20 PM

I'm guessing the form is going to post to a server side script (E.g. a PHP file) so instead of try to get edit the data using JS (which won't take place if the user has JS disabled I think) edit the data when it is being processed in the server side script.


All times are GMT. The time now is 03:18 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00937 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete