lucerias Posted October 31, 2006 Share Posted October 31, 2006 May i know the "{APP.LBL_SAVE_BUTTON_TITLE}" for input title is a predefined variable or HTML reserverd word for form? And what is the difference between {APP.LBL_CHANGE_BUTTON_TITLE}" and "{APP.LBL_SAVE_BUTTON_TITLE}" and others? Thank you. [code]<input title="{APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{APP.LBL_SAVE_BUTTON_KEY}" type="button" tabindex='50' class="button" value='Execute' name=btn1 LANGUAGE=javascript onclick='return window.open("www.newwindows.com");'>[/code] Link to comment https://forums.phpfreaks.com/topic/25675-button-parameter-problem/ Share on other sites More sharing options...
Daniel0 Posted November 1, 2006 Share Posted November 1, 2006 There is no such thing as (predefined) HTML variables. There must be a parser somewhere on your server or in your script that changes those to something else. Link to comment https://forums.phpfreaks.com/topic/25675-button-parameter-problem/#findComment-118025 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.