Web page
I am new to the language 🥲 and got pretty hard assignment. If you can help me with some small details in how to properly code the webpage. The main struggle for me is that it should run three separate functions and take the input and outputs some data to the separate webpage and i feel confused on how to perform it properly.
Thanks in advance:3
19 Replies
$details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
no idea what you need with that amount of information
i pasted some parts of my code to the bot, hope you can see it. so what i want to do is when i click to some function it should open a new page where you can see the description of what this function does, field for the input, and output of that function
if you mean you put some code up at paste.mod.gg then you need to save it and share the link here
oops, here is it https://paste.mod.gg/gzmwxgvimaqq/0
BlazeBin - gzmwxgvimaqq
A tool for sharing your source code with the world!
if you can suggest just anything that would make it work i ll be happy cuz my deadline is 3 hours from now(((
And what doesn't work?
when one the view for the functions it shows just the black page
What does the network panel in the browser show?
Did the request execute properly?
Also, anything gets logged to the console?
Why are you showing me the accessibility panel in the devtools?
everything else is empty
Open the network panel, then refresh the page
Ah, so, we get a 404 then
So you use conventional routing? I don't see routing attributes anywhere
yep
Uh, make sure each action has its routing set up properly?
I have no experience with conventional routing
thanks for your help, i solved it eventually