DeathStar Posted March 17, 2007 Share Posted March 17, 2007 I know i have to google stuff first but how can I, when i dont even know what its called? Even with this form you can alt+p for preview and use bbcode.. How is this done? Link to comment https://forums.phpfreaks.com/topic/43121-fetching-preview/ Share on other sites More sharing options...
Glyde Posted March 17, 2007 Share Posted March 17, 2007 Use the accesskey attribute of a form elements. For example: <input type="submit" name="preview" value="Preview" accesskey="p" /> Add that to your form, press alt + p, and watch what happens. Link to comment https://forums.phpfreaks.com/topic/43121-fetching-preview/#findComment-209424 Share on other sites More sharing options...
DeathStar Posted March 17, 2007 Author Share Posted March 17, 2007 I know how that works but i need the actual way how to do it... the code that is activated after you submit the form Link to comment https://forums.phpfreaks.com/topic/43121-fetching-preview/#findComment-209442 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.