HTML Help

VashTS

Beat it, son
OP
Member
Joined
Mar 14, 2009
Messages
4,308
Trophies
1
Age
39
Location
Upstate NY
XP
3,781
Country
United States
I need a creative solution. I'm trying to have a link that will auto-populate the body with a certain table. I know how to populate everything but the body can only be done with plain text, the table is not plain text.

I wouldn't mind a table on the web page to be fill-in-able ( lol ) and then copy-pasted but that doesn't work out to well. ive attached an image with the table format.

any ideas are appreciated!
 

VashTS

Beat it, son
OP
Member
Joined
Mar 14, 2009
Messages
4,308
Trophies
1
Age
39
Location
Upstate NY
XP
3,781
Country
United States
trying to have a clickable link that auto-populates the body of the email with a table that looks like that.

we need to be able to enter info on the right side of the table, the left side will have static info.

this is to make it easier to send an email instead of having to copy-paste the table everytime its needed and its needed quite a bit
 

Foxi4

Endless Trash
Global Moderator
Joined
Sep 13, 2009
Messages
30,838
Trophies
3
Location
Gaming Grotto
XP
29,921
Country
Poland
can't use anything that special foxi4 but thanks for the thoughts
Well, if you want the table's body to be auto-populated out with information fetched from some sort of an array or database then you'll have to program that, and to program that you'll either have to use HTML5, JavaScript, SQL (requires an SQL database server running, so you probably don't want that) or PHP. I can't think of any other solution that could help you off the top of my head since those seem to be the preferred industry-standard solutions.
 

Snailface

My frothing demand for 3ds homebrew is increasing
Member
Joined
Sep 20, 2010
Messages
4,324
Trophies
2
Age
40
Location
Engine Room with Cyan, watching him learn.
XP
2,256
trying to have a clickable link that auto-populates the body of the email with a table that looks like that.

we need to be able to enter info on the right side of the table, the left side will have static info.

this is to make it easier to send an email instead of having to copy-paste the table everytime its needed and its needed quite a bit
Hopefully this is close to what you need. Add css styles to get the table to looks the way you like, I don't have time to help you with that.
http://jsfiddle.net/sun7f/2/
 

VashTS

Beat it, son
OP
Member
Joined
Mar 14, 2009
Messages
4,308
Trophies
1
Age
39
Location
Upstate NY
XP
3,781
Country
United States
i appreciate the answers here, but alas i don't think its possible to do what i want.

i just want that table to show up in the email body when we click the mailto hyperlink.


Code:
<a href="mailto:[email protected]?subject=random&body=that table but not a jpg, and editable table of info">
click this to send that email
</a>

outlook opens -> email to [email protected] subject says random, (body has that table)
 

Snailface

My frothing demand for 3ds homebrew is increasing
Member
Joined
Sep 20, 2010
Messages
4,324
Trophies
2
Age
40
Location
Engine Room with Cyan, watching him learn.
XP
2,256
i appreciate the answers here, but alas i don't think its possible to do what i want.

i just want that table to show up in the email body when we click the mailto hyperlink.


Code:
<a href="mailto:[email protected]?subject=random&body=that table but not a jpg, and editable table of info">
click this to send that email
</a>

outlook opens -> email to [email protected] subject says random, (body has that table)
I think this is the final answer unfortunately.
http://stackoverflow.com/questions/5620324/mailto-with-html-body
 

Foxi4

Endless Trash
Global Moderator
Joined
Sep 13, 2009
Messages
30,838
Trophies
3
Location
Gaming Grotto
XP
29,921
Country
Poland
i appreciate the answers here, but alas i don't think its possible to do what i want.

i just want that table to show up in the email body when we click the mailto hyperlink.
OH! I completely misunderstood what you meant - I thought the table is supposed to be on the site and fetch e-mail drafts, not the other way around! :rofl2: Sorry, my bad.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    But it's a dead end
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, people who cant download it can still play the game
  • BigOnYa @ BigOnYa:
    If your internet speeds are fast enough. Streaming 4k takes alot. I used to only have 20mb sec, and 4k struggled. Now I have 300mb sec and 4k plays fine.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i only have like 1 or 2 mb sec
  • BigOnYa @ BigOnYa:
    Did you feed the hamster in your internet router? It prob died and is running slow now.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why did you start saying my pc has a hamster in the first place?
    +1
  • BigOnYa @ BigOnYa:
    Its actua!ly just a old joke, meaning its slow. Was just kidding around with you.
    +1
  • BigOnYa @ BigOnYa:
    I bet @AncientBoi has some hamsters hidden somewhere tho....
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I think Game streaming should work like this.... Local Hardware able the run the game fine, game engine and common assets stored locally, all FMV and music and textures could be streaming
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Some temporary storage
  • Xdqwerty @ Xdqwerty:
    also @BigOnYa im making some progress on my gdevelop project, implemented various mechanics
  • Psionic Roshambo @ Psionic Roshambo:
    They went all in on streaming, should have been more of a hybrid approach
    +1
  • BigOnYa @ BigOnYa:
    Or free government supplied high speed internet be nice also. Like Obama care. Xdqwerty that's cool, its time consuming but rewarding once done or playable, to see what you've made from scratch. Animations take forever, but worth it.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, although the bullets are a bit buggy
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not to mention this would be a massive pain to pirate
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    and the visual aspect of the game is quite crude (the sprite that looks best is that of the protagonist just because he is a stickman with sunglasses)
    +1
  • BigOnYa @ BigOnYa:
    There is a bullets behaviour you assign to your character, that makes the code easier, under "behaviours"
  • Xdqwerty @ Xdqwerty:
    i meant that when the character is pointing to the right, the bullets spawn where they should, but when he is on the right, they move to the right but the spawn point is incorrect
  • BigOnYa @ BigOnYa:
    Itch.io has lots of free assets also. Under the bullets behavior tab, there is a "rotate bullets" option, can try that. Or in the code can try
    - fire bullet Player.X(PlayerDirection)
  • Xdqwerty @ Xdqwerty:
    im taking a break for today anyway
    +1
  • BigOnYa @ BigOnYa:
    YEa gotta after a while, looking at code for long periods will bug your eyes.
    +1
  • BigOnYa @ BigOnYa:
    That's cool tho, I'm proud of you going back to it, not giving up. It is difficult at first to learn, but fun once you get the hang of it. I think I've watched every tutorial video there is, but I still struggle sometimes to get stuff to work right. But gotta keep trying dif things, and eventually you will get it right.
    +1
    Xdqwerty @ Xdqwerty: https://www.youtube.com/watch?v=zT-Cy-hap_Q